Package com.cisco.pt.ipc.sim.pdu
Interface BgpAttribASPath
- All Superinterfaces:
BgpAttribute,IPCData,Pdu,Signal
- All Known Implementing Classes:
BgpAttribASPathImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.BgpAttribute
getFlags, getLength, getType, setFlags, setLength, setTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getPaths
List<BgpPathSegment> getPaths()- Returns:
- List<BgpPathSegment> Returns a List<BgpPathSegment>
-
setPaths
- Parameters:
paths- Takes in a parameter of paths
-